From: Jeroen van der Heijden Date: Tue, 3 Apr 2018 09:30:32 +0000 (+0200) Subject: Upd changelog X-Git-Tag: archive/raspbian/2.0.44-1+rpi1~1^2~3^2~9^2~42 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=1702ad1271297d4276a4d1a39dde6348fa304868;p=siridb-server.git Upd changelog --- diff --git a/ChangeLog-2.0.27 b/ChangeLog-2.0.27 index 191c6e9a..7b3b9198 100644 --- a/ChangeLog-2.0.27 +++ b/ChangeLog-2.0.27 @@ -5,4 +5,16 @@ * Added support for log (string) values. - * Fixed bug with reading path variable. \ No newline at end of file + * Fixed bug with reading path variable. + + * Added stddev() aggregation function. + + * Added first() and last() aggregation functions. + + * Allow aggregation functions without a time range. When no time range is + given, all aggregations will return a single value. The time-stamp returned + with the value is the last within the selected time range except when using + the first() aggregation, in that case the first time-stamp will be used. + + * Allow all (*) for selecting series. Keyword 'all' replaces 'points' which + is now a deprecated keyword.